home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
PROGRAMR
/
UPC12BS1.ZIP
/
LIB
/
TIMESTMP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-31
|
2KB
|
47 lines
#ifndef TIMESTMP_H
#define TIMESTMP_H
/*--------------------------------------------------------------------*/
/* t i m e s t m p . h */
/* */
/* Defines functions included in timestmp.c for UUPC/extended */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Changes Copyright (c) 1989-1993 by Kendra Electronic */
/* Wonderworks. */
/* */
/* All rights reserved except those explicitly granted by */
/* the UUPC/extended license agreement. */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* RCS Information */
/*--------------------------------------------------------------------*/
/*
* $Id: timestmp.h 1.2 1993/07/31 16:28:59 ahd Exp $
*
* Revision history:
* $Log: timestmp.h $
* Revision 1.2 1993/07/31 16:28:59 ahd
* Changes in support of Robert Denny's Windows Support
*
*
* 07 Mar 92 - Add current program name
*
* 08 Sep 90 - Create for banner function (moved from
* host.c) ahd
*/
extern char compilev[]; /* UUPC version number */
extern char compilep[]; /* UUPC Program name */
extern char compilet[]; /* UUPC compile time */
extern char compiled[]; /* UUPC compile date */
extern char *compilen; /* Current program name */
extern char *compilew; /* Current Windows version */
void banner (char **argv);
#endif